Skip to content

Minnesota#85

Merged
iabmayank merged 3 commits into
IABTechLab:masterfrom
chuff:minnesota
Feb 10, 2026
Merged

Minnesota#85
iabmayank merged 3 commits into
IABTechLab:masterfrom
chuff:minnesota

Conversation

@chuff

@chuff chuff commented Jan 29, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@TheloniousSF

Copy link
Copy Markdown
Collaborator

@yuzawa-san would you mind giving this a review. We'll include it in Monday's release.

@yuzawa-san yuzawa-san left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like delaware is leaking in

Comment thread iabgpp-encoder/src/main/java/com/iab/gpp/encoder/section/UsMn.java Outdated
Comment thread iabgpp-encoder/src/main/java/com/iab/gpp/encoder/section/UsMn.java Outdated

@yuzawa-san yuzawa-san left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fields.put(UsMnField.TARGETED_ADVERTISING_OPT_OUT,
new EncodableFixedInteger(2, 0).withValidator(nullableBooleanAsTwoBitIntegerValidator));
fields.put(UsMnField.SENSITIVE_DATA_PROCESSING,
new EncodableFixedIntegerList(2, Arrays.asList(0, 0, 0, 0, 0, 0, 0, 0, 0))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is N-Bitfield(2,8) so one of these 0's needs to be removed

new EncodableFixedIntegerList(2, Arrays.asList(0, 0, 0, 0, 0, 0, 0, 0, 0))
.withValidator(nullableBooleanAsTwoBitIntegerListValidator));
fields.put(UsMnField.KNOWN_CHILD_SENSITIVE_DATA_CONSENTS,
new EncodableFixedIntegerList(2, Arrays.asList(0, 0, 0, 0, 0))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is Int(2) so i think it needs to be new EncodableFixedInteger(2, 0).withValidator(nullableBooleanAsTwoBitIntegerValidator)

@iabmayank iabmayank merged commit 3a3a61e into IABTechLab:master Feb 10, 2026
2 checks passed
@yuzawa-san

Copy link
Copy Markdown
Contributor

i have implemented this in the 4.X branch as db1c6a1

chuff added a commit to chuff/iabgpp-java that referenced this pull request Jun 8, 2026
* Minnesota

* Fix section references

* Fix MN datatypes

---------

Co-authored-by: Chad Huff <chad@totalium.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants